The ParameterFieldDefinitions Collection is a collection of parameter fields in the report. If the report contains any subreports, parameter fields in the subreports will also be included in the collection. Access a specific ParameterFieldDefinition Object, in the collection by using the Item property.
Property | Description | Read/Write |
---|---|---|
Returns a reference to the Application Object, that this object is associated with. | ||
Returns ParameterFieldDefinition Object, in a collection. This property has two parameters: Index and ReportName (optional). The index can be numeric (1 | ||
Reference to the Parent object (Report Object). | ||
Reference to Report Object. |
Instead of using the Item property as shown, you can reference a parameter field directly (for example, ParameterFieldDefinitions(1)).
The PrinterInfo Object provides properties for retrieving information and setting options for the specified printer used to print a report (that is, driver name, port name, etc.). A PrinterInfo Object is obtained from the PrinterInfo property of the Report Object.
Property | Description | Read/Write |
---|---|---|
Returns a reference to the Application Object, that this object is associated with. | ||
Returns the name of the printer driver for the printer that is selected in the report. If the default printer is used, no data is returned. | ||
Reference to the Parent object (Report Object). | ||
Returns the name of the printer port. If the default printer is used, no data is returned. | ||
Returns the name of the printer. If the default printer is used, no data is returned. | ||
Reference to Report Object. |
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |